home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / programs / amigabase / todo < prev    next >
Text File  |  1997-01-24  |  8KB  |  181 lines

  1. The following features are planed for future releases.
  2.  
  3.    o  Use MUI for the user interface. This would also make the program
  4.       much more portable (No I don't mean MS-Dos, but X-Window or OS/2).
  5.       This also means that AmigaBase will no longer run under Kickstart 1.3.
  6.       Do not expect a MUI version till the end of 1996! Registered users
  7.       of AmigaBase V2.x will be offered a free update to the MUI version.
  8.       If you are considering registration of AmigaBase then please do not
  9.       wait until the MUI version is released, register now!
  10.    o  Selectable fontstyle per variable (and not per variable type how it
  11.       is currently implemented). Idea by Andreas Walther, 14.05.96.
  12.    o  Macro function (idea by Mads Lie Jensen, 30.07.94).
  13.    o  Use function keys for calling AB programs (idea by Falk Hildner,
  14.       06.09.94). And Arexx calls (Mats Granstrom, 21.11.94).
  15.    o  ARexx functions for getting the value of a given variable (idea
  16.       by Mads Lie Jensen, 14.03.95).
  17.    o  Improve Search function for MEMO-Variables (idea by Falk Hildner,
  18.       31.12.94)
  19.    o  Hotkeys for each project to activate it (idea by Andreas Pöschl,
  20.       11.05.95).
  21.  
  22. Suggestions which are implemented in the MUI version:
  23.  
  24.    o  Help function which starts Multiview (or another utility) to
  25.       display project dependend help information (idea by Falk Hildner,
  26.       16.07.94). [Implemented as help bubbles].
  27.    o  Virtual variables whoose values are only calculated when needed.
  28.    o  Use ENV:, EMVARC: instead of s: (suggested by Dirk-Michael Brosig,
  29.       04.07.94). This may be changed to PROGDIR:Config.mb
  30.    o  Allow more characters for variables, records and function names
  31.       (suggested by Dirk-Michael Brosig, 18.07.94).
  32.    o  Ascending/descending order (idea by Michaela Grebe, 20.04.94).
  33.    o  Allow more label entries for choice variables (idea by Michael Pedersen,
  34.       26.05.94)
  35.    o  Improve label selection of a choice variable (idea by Michael Pedersen,
  36.       26.05.94)
  37.    o  Make custom screen of AmigaBase public (suggested by Michael Brosig,
  38.       29.05.94).
  39.    o  Ability to change the parameters and return value types for a
  40.       function, even if it's already beeing used (suggested by Eyal
  41.       Teler, 28.09.94).
  42.    o  When changing the default value of a variable then this value should
  43.       also be changed in existing datasets (option) (idea by Eyal Teler,
  44.       12.09.94).
  45.    o  Implement NULL values for Integer and Real types.
  46.    o  Invisible variables (idea by Falk Hildner, 16.07.94).
  47.    o  Ability to give meaningful  names to arguments (idea by Eyal Teler,
  48.       08.09.94).
  49.  
  50. Things which will be obsoleted by the MUI version:
  51.  
  52.    o  Option which will enable to use the names of the variables in a certain
  53.       record instead of the full path (like With in Pascal) (idea by Eyal
  54.       Teler, 28.09.94).
  55.    o  The gadget in the CHOOSEITEM requester is not created according
  56.       to its gadget text (reported by Falk Hildner, 12.07.94).
  57.    o  Separate datasets in listing display by lines and mark current dataset
  58.       (idea by Wolfgang Bernreiter 31.01.95).
  59.    o  Capability to specify the placing order in listing display (suggested
  60.       by Eyal Teler, 19.06.94).
  61.    o  Implement view level button for records.
  62.    o  Improve print requester: allow printing of variables which are not in the
  63.       print record, recognize view level.
  64.    o  Option to show all programs using a certain function (suggested
  65.       by Eyal Teler, 28.09.94).
  66.    o  When switching to another record in listing mode then AmigaBase
  67.       should immediatly display the right page of datasets, currently
  68.       AmigaBase displays the first page of datasets and then scrolls to
  69.       the current dataset (suggested by Eyal Teler, 29.05.94).
  70.    o  Allow moving variables and text outside the record they beside (idea
  71.       by Nina Earl 16.01.95 and others).
  72.  
  73. Ideas which I don't know if I should really implement them:
  74.  
  75.    o  Capability to turn ordering on and off (idea by Eyal Teler, 03.07.94).
  76.    o  Self defined tab stops in memo fields (idea by Andreas Pöschl, 11.04.95).
  77.    o  New menu item: project font (idea by Eyal Teler, 24.05.94).
  78.    o  Implement pool of AB functions which is global to all projects (idea by
  79.       Wolfgang Brodowski, 01.07.94)
  80.    o  Option to not let the user exit a variable when the inserted
  81.       value is incorrect.
  82.    o  Allow background color and font attributes of variables be dataset
  83.       dependend (like foreground color) (suggested by Wolfgang Brodowski,
  84.       04.06.94).
  85.    o  When the user adds/changes/deletes label strings in a choice variable
  86.       or changes the order of labels then this changes should be reflected
  87.       by the choice values in existing datasets (suggested by Eyal Teler,
  88.       03.06.94).
  89.    o  Use powerpacker.library (option) (suggested by Fabien Larini,
  90.       23.09.93), or the xpk.library (suggested by Mads Lie Jensen).
  91.       [Problem is speed].
  92.    o  When chosing "Save as - project" only these datasets should be saved
  93.       which match the current filter (idea by Mads Lie Jensen, 30.07.94).
  94.    o  Ability to pass function arguments by reference (idea by Eyal Teler,
  95.       08.09.94).
  96.  
  97. Suggestions which I will NOT implement are:
  98.  
  99.    o  New menu item for installing mode: "Variable - Duplicate" and
  100.       "Record - Duplicate" (Idea by Thomas Gegenheimer 8.6.93).
  101.  
  102.          Why:  o  Complex implementation
  103.                o  Not of much use
  104.  
  105.    o  Use Zip gadget to only show the window title bar (suggested by Fabien
  106.       Larini, 23.09.93).
  107.  
  108.          Why:  o Use iconify gadget
  109.                o With the Zip gadget you can easily switch between two window
  110.                  dimensions.
  111.  
  112.    o  Possibility to set the function keys from AmigaBase programs (idea
  113.       by Peter Wastholm, 31.08.93).
  114.  
  115.          Why:  o The function keys should only be set by the function key
  116.                  requester.
  117.  
  118.    o  Use filerequester for choosing output file (idea by Martin König,
  119.       28.10.93).
  120.  
  121.          Why:  o The reqtools requester does not support devices like "prt:"
  122.                  or "con:////Output/CLOSE/WAIT".
  123.                o Use SELECTFILE for specifying the output file (idea by Ralph
  124.                  Reuchlein, 28.07.95).
  125.  
  126.    o  Improve print requester: field seperator, fill fields with spaces? print
  127.       field names in first line (suggested by Michael Brosig, 30.10.93)
  128.  
  129.          Why:  o Use a program button with a corresponding AmigaBase program.
  130.  
  131.     o  Add order button to record title bar (idea by Martin König, 28.10.93)
  132.  
  133.          Why:  o The record title bar becomes overloaded.
  134.                o Most time the records are already ordered.
  135.  
  136.    o  Allow printing of only one (the current) dataset (suggested by
  137.       Mads Lie Jensen 21.07.93).
  138.  
  139.          Why:  o Use an AmigaBase program for this purpose.
  140.  
  141.    o  implement functions like OPENINPUT, READ, SCANF, etc.
  142.  
  143.          Why:  o Use MEMOLOAD and a FOR loop for this purpose.
  144.                o Use ARexx! ARexx has many of the needeed functions built-in.
  145.                  (Mads Lie Jensen, 05.12.94).
  146.                o Implemented in MUI version.
  147.  
  148.    o  improve programming of AmigaBase: make syntax more MODULA like.
  149.       (in particular semicolon placement).
  150.  
  151.          Why:  o No need (and time) for this
  152.  
  153.    o  improve programming of AmigaBase: move all programs of the
  154.       variables to one big program. So it is easier to get know what
  155.       the project does, but compiling will be slower.
  156.  
  157.          Why:  o You can print all programs by chosing menu item
  158.                  "Structures - Program - Print"
  159.                o Implemented in MUI version
  160.  
  161.    o  Show keypad state in the drag bar of each window (idea by Fabien
  162.       Larini, 18.06.93).
  163.  
  164.          Why:  o I don't think this is really necessary.
  165.                o Obsolete in the MUI version.
  166.  
  167.    o  INDEXBRK(string1, string2, pos) (idea by Eyal Teler, 13.09.94).
  168.  
  169.          Why:  o Use the following function (which returns an INTEGER):
  170.  
  171.                 _INDEXBRK(STRING,STRING,INTEGER)
  172.                 VAR i:INTEGER;
  173.                 BEGIN
  174.                     i := INDEXBRK(MIDSTR(arg1, arg3), arg2);
  175.                     IF (i>0) THEN
  176.                         i:=i + arg3 - 1;
  177.                     END
  178.                     RETURN(i);
  179.                 END
  180.  
  181.